igValueBool function

void igValueBool(
  1. Pointer<Uint8> prefix,
  2. int b
)
void igValueBool(
 byte* prefix ,
 byte b
);

Implementation

void igValueBool(Pointer<Uint8> prefix, int b) => _igValueBool(prefix, b);