ServerSSIDCode Property

The server's SSID code.

Syntax

ANSI (Cross Platform)
char* GetServerSSIDCode();
int SetServerSSIDCode(const char* lpszServerSSIDCode); Unicode (Windows) LPWSTR GetServerSSIDCode();
INT SetServerSSIDCode(LPCWSTR lpszServerSSIDCode);
@property (nonatomic,readwrite,assign,getter=serverSSIDCode,setter=setServerSSIDCode:) NSString* serverSSIDCode;
- (NSString*)serverSSIDCode;
- (void)setServerSSIDCode:(NSString*)newServerSSIDCode;
#define PID_OFTPCLIENT_SERVERSSIDCODE 32

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_OFTPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_OFTPClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

The identification code of the server. This code may be less than, but no more than 25 characters long. Generally, SSID codes have the following format as specified in RFC 2204 that is based on ISO 6523:

Code Identifier 'O' - Indicates ODETTE assigned the Organization Identifier. Other values can be used for non-ODETTE codes.

NOTE: This field is a fixed length of 1 character.

International Code A code forming part of the Organization Identifier.

NOTE: This field may be of variable length up to 4 characters long.

Organization CodeA code forming part of the Organization Identifier. This field may contain the letters A to Z, the digits 0 to 9, and space and hyphen characters.

NOTE: This field may be of variable length up to 14 characters long.

Computer Sub-AddressA locally assigned address which uniquely identifies a system within an organization (defined by an Organization Identifier).

NOTE: This field may be of variable length up to 6 characters long.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 C++ Edition - Version 20.0 [Build 8203]