Uses of Enum Class
org.harctoolbox.harchardware.misc.SonySerialCommand.Type
Packages that use SonySerialCommand.Type
-
Uses of SonySerialCommand.Type in org.harctoolbox.harchardware.misc
Methods in org.harctoolbox.harchardware.misc that return SonySerialCommand.TypeModifier and TypeMethodDescriptionstatic SonySerialCommand.TypeReturns the enum constant of this class with the specified name.static SonySerialCommand.Type[]SonySerialCommand.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.harctoolbox.harchardware.misc with parameters of type SonySerialCommand.TypeModifier and TypeMethodDescriptionstatic byte[]SonySerialCommand.bytes(int n1, int n2, SonySerialCommand.Type sg) static byte[]SonySerialCommand.bytes(int n1, int n2, SonySerialCommand.Type sg, int payload)