Klasse NLMInitalizeRoutingTablePortMapping
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.NLMInitalizeRoutingTablePortMapping
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final intprotected final shortprotected final byte[]protected final short -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungNLMInitalizeRoutingTablePortMapping(int destinationNetworkAddress, short portId, short portInfoLength, byte[] portInfo) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintintshortbyte[]shortinthashCode()voidserialize(WriteBuffer writeBuffer) staticParse(ReadBuffer readBuffer) staticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
destinationNetworkAddress
protected final int destinationNetworkAddress -
portId
protected final short portId -
portInfoLength
protected final short portInfoLength -
portInfo
protected final byte[] portInfo
-
-
Konstruktordetails
-
NLMInitalizeRoutingTablePortMapping
public NLMInitalizeRoutingTablePortMapping(int destinationNetworkAddress, short portId, short portInfoLength, byte[] portInfo)
-
-
Methodendetails
-
getDestinationNetworkAddress
public int getDestinationNetworkAddress() -
getPortId
public short getPortId() -
getPortInfoLength
public short getPortInfoLength() -
getPortInfo
public byte[] getPortInfo() -
serialize
- Angegeben von:
serializein SchnittstelleSerializable- Löst aus:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Angegeben von:
getLengthInBytesin SchnittstelleMessage
-
getLengthInBits
public int getLengthInBits()- Angegeben von:
getLengthInBitsin SchnittstelleMessage
-
staticParse
public static NLMInitalizeRoutingTablePortMapping staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
public static NLMInitalizeRoutingTablePortMapping staticParse(ReadBuffer readBuffer) throws ParseException - Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-