Share via


XppPrePostArgs.setAddress Method

Passes the publisher's variable bank address to the XppPrePostArgs instance for direct access.

Syntax

public int setAddress(int64 addr)

Run On

Called

Parameters

  • addr
    Type: int64
    An int64 data type value representing the variable bank address of the publisher.

Return Value

Type: int
An int data type value of 1.

Remarks

This method must never be called explicitly from the pre-handler or post-handler code. This method is reserved for auto-generated code only.

See Also

Reference

XppPrePostArgs Class