Sets message number of the event set by the GpibSetNotifySignal function.
Ret = GpibSetNotifyMessage ( Id, Message )
Id [ VB.NET: Short ][ C, C++: short ][ C#: short ]
Whichever it specifies, operation does not change.
Message [ VB.NET: Integer ][ C, C++: long ][ C#: int ]
Specifies message number to be changed.
Ret [ VB.NET: Integer ][ C, C++: long ][ C#: int ]
0 |
Normality completion |
10001 |
Invalid ID was specified |
The others (See also: Details of Error Code)
Message |
15FFh |
Message number |
It doesn't matter to keep initial settings usually.
Set message number to 1500h.
C |
long Message; Message = 0x1500; Ret = GpibSetNotifyMessage( Id, Message ); |
GpibGetNotifyMessage, GpibSetNotifySignal