NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::Mechatronics::TCPClientBuilder Class Reference

Represents a Mechatronics::TCPClientBuilder builder. More...

Inheritance diagram for NXOpen::Mechatronics::TCPClientBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Classes

struct  Signal
 Represents TCP signal definition structure. More...
 

Public Member Functions

void GetConnectionInformation (const NXString &instanceName, NXOpen::Part *ownerPart, NXString *remoteIP, int *remotePort, NXString *localIP, int *rcvBufSize, int *sendBufSize, double *updateTime, std::vector< NXOpen::Mechatronics::TCPClientBuilder::Signal > &signals)
 Gets TCP connection information. More...
 
void GetConnectionInformation (const char *instanceName, NXOpen::Part *ownerPart, NXString *remoteIP, int *remotePort, NXString *localIP, int *rcvBufSize, int *sendBufSize, double *updateTime, std::vector< NXOpen::Mechatronics::TCPClientBuilder::Signal > &signals)
 Gets TCP connection information. More...
 
void GetConnectionNames (std::vector< NXOpen::Part * > &ownerParts, std::vector< NXString > &names)
 Gets TCP connection names. More...
 
NXString SelectedConfigurationName ()
 Returns. More...
 
NXOpen::PartSelectedConfigurationPart ()
 Returns. More...
 
void SetConnectionInformation (const NXString &instanceName, NXOpen::Part *ownerPart, const NXString &remoteIP, int remotePort, const NXString &localIP, int rcvBufSize, int sendBufSize, double updateTime, const std::vector< NXOpen::Mechatronics::TCPClientBuilder::Signal > &signals)
 Sets TCP connection information. More...
 
void SetConnectionInformation (const char *instanceName, NXOpen::Part *ownerPart, const char *remoteIP, int remotePort, const char *localIP, int rcvBufSize, int sendBufSize, double updateTime, const std::vector< NXOpen::Mechatronics::TCPClientBuilder::Signal > &signals)
 Sets TCP connection information. More...
 
void SetConnectionNames (const std::vector< NXOpen::Part * > &ownerParts, std::vector< NXString > &names)
 Sets TCP connection names. More...
 
void SetSelectedConfigurationName (const NXString &configurationName)
 Sets. More...
 
void SetSelectedConfigurationName (const char *configurationName)
 Sets. More...
 
void SetSelectedConfigurationPart (NXOpen::Part *ownerPart)
 Sets. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Mechatronics::TCPClientBuilder builder.


This class is sub-object of another builder, and cannot be directly instantiated.

Created in NX12.0.0.

Member Function Documentation

void NXOpen::Mechatronics::TCPClientBuilder::GetConnectionInformation ( const NXString instanceName,
NXOpen::Part ownerPart,
NXString remoteIP,
int *  remotePort,
NXString localIP,
int *  rcvBufSize,
int *  sendBufSize,
double *  updateTime,
std::vector< NXOpen::Mechatronics::TCPClientBuilder::Signal > &  signals 
)

Gets TCP connection information.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
instanceNameinstancename
ownerPartownerpart
remoteIPremoteip
remotePortremoteport
localIPlocalip
rcvBufSizercvbufsize
sendBufSizesendbufsize
updateTimeupdatetime
signalsArray of Signal
void NXOpen::Mechatronics::TCPClientBuilder::GetConnectionInformation ( const char *  instanceName,
NXOpen::Part ownerPart,
NXString remoteIP,
int *  remotePort,
NXString localIP,
int *  rcvBufSize,
int *  sendBufSize,
double *  updateTime,
std::vector< NXOpen::Mechatronics::TCPClientBuilder::Signal > &  signals 
)

Gets TCP connection information.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
instanceNameinstancename
ownerPartownerpart
remoteIPremoteip
remotePortremoteport
localIPlocalip
rcvBufSizercvbufsize
sendBufSizesendbufsize
updateTimeupdatetime
signalsArray of Signal
void NXOpen::Mechatronics::TCPClientBuilder::GetConnectionNames ( std::vector< NXOpen::Part * > &  ownerParts,
std::vector< NXString > &  names 
)

Gets TCP connection names.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
ownerPartsownerparts
namesnames
NXString NXOpen::Mechatronics::TCPClientBuilder::SelectedConfigurationName ( )

Returns.

the selected configuration name.


Created in NX12.0.0.

License requirements : None

NXOpen::Part* NXOpen::Mechatronics::TCPClientBuilder::SelectedConfigurationPart ( )

Returns.

the selected configuration part.


Created in NX12.0.0.

License requirements : None

void NXOpen::Mechatronics::TCPClientBuilder::SetConnectionInformation ( const NXString instanceName,
NXOpen::Part ownerPart,
const NXString remoteIP,
int  remotePort,
const NXString localIP,
int  rcvBufSize,
int  sendBufSize,
double  updateTime,
const std::vector< NXOpen::Mechatronics::TCPClientBuilder::Signal > &  signals 
)

Sets TCP connection information.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
instanceNameinstancename
ownerPartownerpart
remoteIPremoteip
remotePortremoteport
localIPlocalip
rcvBufSizercvbufsize
sendBufSizesendbufsize
updateTimeupdatetime
signalsArray of Signal
void NXOpen::Mechatronics::TCPClientBuilder::SetConnectionInformation ( const char *  instanceName,
NXOpen::Part ownerPart,
const char *  remoteIP,
int  remotePort,
const char *  localIP,
int  rcvBufSize,
int  sendBufSize,
double  updateTime,
const std::vector< NXOpen::Mechatronics::TCPClientBuilder::Signal > &  signals 
)

Sets TCP connection information.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
instanceNameinstancename
ownerPartownerpart
remoteIPremoteip
remotePortremoteport
localIPlocalip
rcvBufSizercvbufsize
sendBufSizesendbufsize
updateTimeupdatetime
signalsArray of Signal
void NXOpen::Mechatronics::TCPClientBuilder::SetConnectionNames ( const std::vector< NXOpen::Part * > &  ownerParts,
std::vector< NXString > &  names 
)

Sets TCP connection names.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
ownerPartsownerparts
namesnames
void NXOpen::Mechatronics::TCPClientBuilder::SetSelectedConfigurationName ( const NXString configurationName)

Sets.

the selected configuration name.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
configurationNameconfigurationname
void NXOpen::Mechatronics::TCPClientBuilder::SetSelectedConfigurationName ( const char *  configurationName)

Sets.

the selected configuration name.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
configurationNameconfigurationname
void NXOpen::Mechatronics::TCPClientBuilder::SetSelectedConfigurationPart ( NXOpen::Part ownerPart)

Sets.

the selected configuration part.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
ownerPartownerpart

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.