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
Android Documentation
SecurityQueryID

Class SecurityQueryID

Hierarchy

java.lang.Object

Package
com.smartdevicelink.protocol.enums

Fields

SEND_HANDSHAKE_DATA

public static final com.smartdevicelink.protocol.enums.SecurityQueryID SEND_HANDSHAKE_DATA

SEND_INTERNAL_ERROR

public static final com.smartdevicelink.protocol.enums.SecurityQueryID SEND_INTERNAL_ERROR

INVALID_QUERY_ID

public static final com.smartdevicelink.protocol.enums.SecurityQueryID INVALID_QUERY_ID

Constructors

SecurityQueryID( byte[] value, String name )

protected SecurityQueryID(byte[] value,String name)

Constructor Parameters

value
name

Methods

getList()

public static java.util.Vector getList()

getValue()

public byte getValue()

getIntValue()

public int getIntValue()

getName()

public java.lang.String getName()

equals( SecurityQueryID other )

public boolean equals(SecurityQueryID other)

Method Parameters

other

eq( SecurityQueryID other )

public boolean eq(SecurityQueryID other)

Method Parameters

other

value()

public byte value()

get( java.util.Vector<?> theList, byte[] value )

public static com.smartdevicelink.protocol.enums.SecurityQueryID get(java.util.Vector<?> theList,byte[] value)

Method Parameters

theList
value

get( java.util.Vector<?> theList, String name )

public static com.smartdevicelink.protocol.enums.SecurityQueryID get(java.util.Vector<?> theList,String name)

Method Parameters

theList
name

valueOf( byte[] passedByteArray )

public static com.smartdevicelink.protocol.enums.SecurityQueryID valueOf(byte[] passedByteArray)

Method Parameters

passedByteArray

values()

public static com.smartdevicelink.protocol.enums.SecurityQueryID values()

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