Skip to main content

Ens.DataType.TCPAgentPort

datatype class Ens.DataType.TCPAgentPort extends %Library.String

ODBC Type: VARCHAR

Datatype for a TCP Port to connect to (integer value below 65536, may be prepended with @AgentName:)

Method Inventory

Parameters

parameter MAXLEN = 135;
Inherited description: The maximum number of characters the string can contain.
parameter MINLEN = 1;
Inherited description: The minimum number of characters the string can contain.

Methods

classmethod IsValid(pVal As %String) as %Status
Inherited description: Tests if the logical value %val, which is a string, is valid. The validation is based on the class parameter settings used for the class attribute this data type is associated with. In this case, MINLEN, MAXLEN, VALUELIST, and PATTERN.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab