_XOnDAO2_Group_VIs.vi

Description



GPCreate

Creates a new Group object

Parameters

error Errorcode of this operation: -1 if handle not initialized, 1 if function

works correct, -2 if Error.

gpHdl Handle of the Group Object

wsHdl Handle of the Workspace

Name pointer to a string that uniquely names the new Group object

PID pointer to string which contains the PID (Personal Identification)


Connector Pane

GPCreate


Controls and Indicators

cdlrn

GPHandle

cclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cstr

Name

cdlrn

WSHandle

cstr

PID

idlrn

GPHandle out

iclst

error out

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ii32

error

idlrn

WSHandle out

GPDeleteGP

This function is the destructor of the Group Handle.

The Handle is invalid afterwards.

Parameters

gpHdl Handle of a the Group Object

XOn Software GmbH


Connector Pane

GPDeleteGP


Controls and Indicators

cdlrn

GPHandle

cclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

iclst

error out

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


GPGetName

returns the name for a Group Object

Parameters

error Errorcode of this operation: -1 if handle not initialized, 1 if function

works correct, -2 if Error.

gpHdl Handle of the Group Object

Name returns pointer to the string which will contain the Name

Length max. length of Name


Connector Pane

GPGetName


Controls and Indicators

cdlrn

GPHandle

cclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ci32

Length

idlrn

GPHandle out

iclst

error out

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

istr

Name

ii32

error

GPGetUsers

This function returns USHandle(UsersHandle); Use this Handle to get the Names of Users that belong to this Group.

Parameters

error Errorcode of this operation: -1 if handle not initialized, 1 if function

works correct, -2 if Error.

gpHdl Handle of the Group Object

usHdl Handle of the Users Collection


Connector Pane

GPGetUsers


Controls and Indicators

cdlrn

GPHandle

cclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cdlrn

USHandle

idlrn

GPHandle out

iclst

error out

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ii32

error

idlrn

USHandle out

GPNewGP

This function is the constructor of the Group Handle.

Parameters

gpHdl Handle of a the Group Object


Connector Pane

GPNewGP


Controls and Indicators

cclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

idlrn

GPHandle out

iclst

error out

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


GPPutName

sets a Group name

Parameters

error Errorcode of this operation: -1 if handle not initialized, 1 if function

works correct, -2 if Error.

gpHdl Handle of the Group Object

Name Name of the Group to set


Connector Pane

GPPutName


Controls and Indicators

cdlrn

GPHandle

cclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cstr

Name

idlrn

GPHandle out

iclst

error out

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ii32

error

GPPutPID

this function sets the personal identifier (PID) for a group.

Parameters

error Errorcode of this operation: -1 if handle not initialized, 1 if function

works correct, -2 if Error.

gpHdl Handle of the Group Object

PID pointer to the string which contains the PID(Personal Identification)


Connector Pane

GPPutPID


Controls and Indicators

cdlrn

GPHandle

cclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cstr

PID

idlrn

GPHandle out

iclst

error out

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ii32

error