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
SecurityQueryType

Class SecurityQueryType

Hierarchy

java.lang.Object
     com.smartdevicelink.util.ByteEnumer

Package
com.smartdevicelink.protocol.enums

Fields

REQUEST

public static final com.smartdevicelink.protocol.enums.SecurityQueryType REQUEST

RESPONSE

public static final com.smartdevicelink.protocol.enums.SecurityQueryType RESPONSE

NOTIFICATION

public static final com.smartdevicelink.protocol.enums.SecurityQueryType NOTIFICATION

INVALID_QUERY_TYPE

public static final com.smartdevicelink.protocol.enums.SecurityQueryType INVALID_QUERY_TYPE

Constructors

SecurityQueryType( byte value, String name )

protected SecurityQueryType(byte value,String name)

Constructor Parameters

value
name

Methods

getList()

public static java.util.Vector getList()

valueOf( byte passedByte )

public static com.smartdevicelink.protocol.enums.SecurityQueryType valueOf(byte passedByte)

Method Parameters

passedByte

values()

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

Inherited Methods

From Class Methods
com.smartdevicelink.util.ByteEnumer getValue, getName, equals, eq, value, get, get
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section