Package mslinks.data
Class CNRLink
-
- All Implemented Interfaces:
-
mslinks.Serializable
public final class CNRLink implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description public final static IntegerWNNC_NET_AVIDpublic final static IntegerWNNC_NET_DOCUSPACEpublic final static IntegerWNNC_NET_MANGOSOFTpublic final static IntegerWNNC_NET_SERNETpublic final static IntegerWNNC_NET_RIVERFRONT1public final static IntegerWNNC_NET_RIVERFRONT2public final static IntegerWNNC_NET_DECORBpublic final static IntegerWNNC_NET_PROTSTORpublic final static IntegerWNNC_NET_FJ_REDIRpublic final static IntegerWNNC_NET_DISTINCTpublic final static IntegerWNNC_NET_TWINSpublic final static IntegerWNNC_NET_RDR2SAMPLEpublic final static IntegerWNNC_NET_CSCpublic final static IntegerWNNC_NET_3IN1public final static IntegerWNNC_NET_EXTENDNETpublic final static IntegerWNNC_NET_STACpublic final static IntegerWNNC_NET_FOXBATpublic final static IntegerWNNC_NET_YAHOOpublic final static IntegerWNNC_NET_EXIFSpublic final static IntegerWNNC_NET_DAVpublic final static IntegerWNNC_NET_KNOWAREpublic final static IntegerWNNC_NET_OBJECT_DIREpublic final static IntegerWNNC_NET_MASFAXpublic final static IntegerWNNC_NET_HOB_NFSpublic final static IntegerWNNC_NET_SHIVApublic final static IntegerWNNC_NET_IBMALpublic final static IntegerWNNC_NET_LOCKpublic final static IntegerWNNC_NET_TERMSRVpublic final static IntegerWNNC_NET_SRTpublic final static IntegerWNNC_NET_QUINCYpublic final static IntegerWNNC_NET_OPENAFSpublic final static IntegerWNNC_NET_AVID1public final static IntegerWNNC_NET_DFSpublic final static IntegerWNNC_NET_KWNPpublic final static IntegerWNNC_NET_ZENWORKSpublic final static IntegerWNNC_NET_DRIVEONWEBpublic final static IntegerWNNC_NET_VMWAREpublic final static IntegerWNNC_NET_RSFXpublic final static IntegerWNNC_NET_MFILESpublic final static IntegerWNNC_NET_MS_NFSpublic final static IntegerWNNC_NET_GOOGLEprivate final IntegernetworkTypeprivate final StringnetNameprivate final StringdeviceName
-
Constructor Summary
Constructors Constructor Description CNRLink()CNRLink(ByteReader data)
-
Method Summary
Modifier and Type Method Description final IntegergetNetworkType()final StringgetNetName()final StringgetDeviceName()Unitserialize(ByteWriter bw)final CNRLinksetNetworkType(Integer n)pass zero to switch off network type final CNRLinksetNetName(String s)if s is null take no effect final CNRLinksetDeviceName(String s)pass null to switch off device info -
-
Constructor Detail
-
CNRLink
CNRLink()
-
CNRLink
CNRLink(ByteReader data)
-
-
Method Detail
-
getNetworkType
final Integer getNetworkType()
-
getNetName
final String getNetName()
-
getDeviceName
final String getDeviceName()
-
serialize
Unit serialize(ByteWriter bw)
-
setNetworkType
final CNRLink setNetworkType(Integer n)
pass zero to switch off network type
-
setNetName
final CNRLink setNetName(String s)
if s is null take no effect
-
setDeviceName
final CNRLink setDeviceName(String s)
pass null to switch off device info
-
-
-
-