Abilitare JavaScript per vedere questo sito.

Estrazione di un valore intero con segno a 8bit dall'area dati del messaggio.

Sintassi

int8 get_int8(int offset)

offset

Offset di lettura in area dati.

Risultato

Rende il valore estratto

Nota

Il metodo verifica in automatico la corretta dimensione nell'area dati: in caso di errore, il metodo Rende valore 0.

Esempio di utilizzo:

bcc::message asw;

 

int8 value1 = asw.get_int8(10); /* Lettura valore a offset 10 dei dati */

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC