Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaSE Documentation
SecurityQueryPayload

Class SecurityQueryPayload

Hierarchy

java.lang.Object

Package
com.smartdevicelink.protocol

Constructors

SecurityQueryPayload()

public SecurityQueryPayload()

Methods

parseBinaryQueryHeader( byte[] binHeader )

public static com.smartdevicelink.protocol.SecurityQueryPayload parseBinaryQueryHeader(byte[] binHeader)

Method Parameters

binHeader

assembleBinaryData()

public byte assembleBinaryData()

getQueryType()

public com.smartdevicelink.protocol.enums.SecurityQueryType getQueryType()

setQueryType( SecurityQueryType _securityQueryType )

public void setQueryType(SecurityQueryType _securityQueryType)

Method Parameters

_securityQueryType

getQueryID()

public com.smartdevicelink.protocol.enums.SecurityQueryID getQueryID()

setQueryID( SecurityQueryID _securityQueryID )

public void setQueryID(SecurityQueryID _securityQueryID)

Method Parameters

_securityQueryID

getCorrelationID()

public int getCorrelationID()

setCorrelationID( int _correlationID )

public void setCorrelationID(int _correlationID)

Method Parameters

_correlationID

getJsonSize()

public int getJsonSize()

getBulkDataSize()

public int getBulkDataSize()

getJsonData()

public byte getJsonData()

setJsonData( byte[] _jsonData )

public void setJsonData(byte[] _jsonData)

Method Parameters

_jsonData

getBulkData()

public byte getBulkData()

setBulkData( byte[] _bulkData )

public void setBulkData(byte[] _bulkData)

Method Parameters

_bulkData

Inherited Methods

From Class Methods
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section