enum Hand : Enum<Hand>
| Member | Description |
|---|---|
LEFT |
An Int value of zero (0) specifies the left hand
|
RIGHT |
An Int value of one (1) specifies the right hand
|
side
: Int
[Get] |
An integer representing the side of the hand, where 0 is LEFT and 1 is RIGHT.
Signature
val side: Int |