Skip to content
leeway edited this page Nov 19, 2021 · 1 revision

formatInt

public enum formatInt: Int 

Inheritance

Int

Enumeration Cases

formatUint8

case formatUint8 = 0x11

formatUint16

case formatUint16 = 0x12

formatUint32

case formatUint32 = 0x14

formatSint8

case formatSint8 = 0x21

formatSint16

case formatSint16 = 0x22

formatSint32

case formatSint32 = 0x24
Types
Protocols
Global Variables
Clone this wiki locally