Contains information about the current connection.
#include <monitor.h>
struct conn_info
{
int codepage;
uint8_t spares[508];
};
Contains the decimal value for the codepage the connection is using. For a list of supported code pages, see Supported Code Pages
in Volume 1.
Reserved for future use.