smartinspectpython.siwatchtype

Represents the type of a Watch packet. The type of a Watch specifies its variable type.

For example, if a Watch packet has a type of SIWatchType.String, the represented variable is treated as string in the Console.

Char = <SIWatchType.Char: 0>

Instructs the Console to treat a Watch value as char.

String = <SIWatchType.String: 1>

Instructs the Console to treat a Watch value as string.

Integer = <SIWatchType.Integer: 2>

Instructs the Console to treat a Watch value as integer.

Float = <SIWatchType.Float: 3>

Instructs the Console to treat a Watch value as float.

Boolean = <SIWatchType.Boolean: 4>

Instructs the Console to treat a Watch value as boolean.

Address = <SIWatchType.Address: 5>

Instructs the Console to treat a Watch value as address.

Timestamp = <SIWatchType.Timestamp: 6>

Instructs the Console to treat a Watch value as timestamp.

Object = <SIWatchType.Object: 7>

Instructs the Console to treat a Watch value as object.