java.lang.Object
public ProtocolMessage()
public byte getVersion()
public void setVersion(byte version)
public byte getSessionID()
public void setSessionID(byte sessionID)
public byte getData()
public void setData(byte[] data)
public void setData(byte[] data,int length)
public void setData(byte[] data,int offset,int length)
public byte getBulkData()
public void setBulkDataNoCopy(byte[] bulkData)
public void setBulkData(byte[] bulkData)
public void setBulkData(byte[] bulkData,int length)
public com.smartdevicelink.protocol.enums.SessionType getSessionType()
public void setSessionType(SessionType sessionType)
public com.smartdevicelink.protocol.enums.MessageType getMessageType()
public void setMessageType(MessageType messageType)
public byte getRPCType()
public void setRPCType(byte _rpcType)
public int getFunctionID()
public void setFunctionID(int _functionID)
public int getCorrID()
public void setCorrID(int _correlationID)
public int getJsonSize()
public void setJsonSize(int _jsonSize)
public void setPayloadProtected(boolean bVal)
public boolean getPayloadProtected()
Set the priority for this packet. The lower the number the higher the priority.
0 is the highest priority and the default.
public void setPriorityCoefficient(int priority)
Deprecated
public int getPrioirtyCoefficient()
public int getPriorityCoefficient()
From Class | Methods |
---|---|
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |